projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
047ad11
)
entry: Drop an unused variable
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 13 Jun 2015 21:57:09 +0000
(17:57 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 14 Jun 2015 01:10:26 +0000
(21:10 -0400)
gtk/gtkentry.c
patch
|
blob
|
history
diff --git
a/gtk/gtkentry.c
b/gtk/gtkentry.c
index 4865e96e9e6f6bc068d5eb835dcb926f9b68d01c..d8a6496bea1890d9d8d66537b20c5a02bd315d4a 100644
(file)
--- a/
gtk/gtkentry.c
+++ b/
gtk/gtkentry.c
@@
-126,7
+126,6
@@
((pos) == GTK_ENTRY_ICON_PRIMARY || \
(pos) == GTK_ENTRY_ICON_SECONDARY)
-static const GtkBorder default_inner_border = { 2, 2, 2, 2 };
static GQuark quark_inner_border = 0;
static GQuark quark_password_hint = 0;
static GQuark quark_cursor_hadjustment = 0;